home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / wics.zip / WCDRC.H < prev    next >
C/C++ Source or Header  |  1993-02-09  |  4KB  |  121 lines

  1. /*------------------------------------------------------------------------------------------*/
  2. /*                                                                                          */
  3. /*        WICSLIB        (Windows Interface Construction Set Libraries)                            */
  4. /*        Common Dialog Box Dynamic Link Library                                                */
  5. /*        Version 1.00                                                                        */
  6. /*                                                                                            */
  7. /*------------------------------------------------------------------------------------------*/
  8. /*                                                                                          */
  9. /*        Copyright ⌐ 1993 Microdyne Development Technologies                                    */
  10. /*        All Rights Reserved.                                                                */
  11. /*                                                                                          */
  12. /*------------------------------------------------------------------------------------------*/
  13. /*                                                                                          */
  14. /*        WCDRC.H    -    Resource Include File for WCD                                            */
  15. /*                                                                                          */
  16. /*        Abstract    This file is to be included in the resource file (.RC) that defines the */
  17. /*                    dialog boxes and other controls for the WCD.DLL.                        */
  18. /*                                                                                            */  
  19. /*------------------------------------------------------------------------------------------*/
  20.  
  21. #ifndef _WCDRC_H
  22. #define _WCDRC_H
  23.  
  24. //------------------------------------------------------------------------------------------
  25. //        Defines for the Common Dialog Templates
  26. //------------------------------------------------------------------------------------------
  27.  
  28. #define STDFILEOPEN                500
  29. #define STDFILESAVE                501
  30. #define STDCHOOSECOLOR            502
  31. #define COLORPALETTE_DIALOG        503
  32. #define INVALID_FILE_DLG        504
  33. #define FILENOTFOUND_DLG        505
  34. #define PATHNOTFOUND_DLG        506
  35. #define FILECREATE_DLG            507
  36. #define CLRSAMPLE_DIALOG        508
  37. #define CLRSELPLATE_DIALOG        509
  38. #define FILEERROR_DIALOG        510
  39. #define STDCHOOSEFONT            511
  40. #define MULTIFILEOPEN            512
  41. #define FILEEXISTS_DIALOG        513
  42. #define FINDTEXT_DIALOG            514
  43. #define STDPRINT                515
  44. #define REPLACETEXT_DIALOG        516
  45. #define STDPRINTERSETUP            517
  46.  
  47. //------------------------------------------------------------------------------------------
  48. //        Defines for the Common Dialog Controls
  49. //------------------------------------------------------------------------------------------
  50.  
  51. #define ID_FILELIST                100
  52. #define ID_TABLELIST            101
  53. #define ID_FILETYPES            102
  54. #define ID_DRIVES                103
  55. #define ID_CONTROLID            104
  56. #define ID_CONTROLDISP            105
  57. #define ID_VISIBLE                106
  58. #define ID_GROUP                107
  59. #define ID_DISABLED                108
  60. #define ID_TABSTOP                109
  61. #define ID_COLORPALETTE            110
  62. #define ID_RED                    111
  63. #define ID_GREEN                112
  64. #define ID_BLUE                    113
  65. #define ID_HUE                    114
  66. #define ID_SATURATION            115
  67. #define ID_LUMINOSITY            116
  68. #define ID_LUMBAR                117
  69. #define ID_BASICCOLORS            118
  70. #define ID_CUSTOMCOLORS            119
  71. #define ID_EXAMPLE                120
  72. #define ID_DIRECTORIES            121
  73. #define ID_FILENAME                122
  74. #define ID_READONLYBACKGROUND    123
  75. #define ID_FINDWHAT                124
  76. #define ID_WHOLEWORD            125
  77. #define ID_MATCHCASE            126
  78. #define ID_UP                    127
  79. #define ID_DOWN                    128
  80. #define ID_REPLACEWITH            129
  81. #define ID_DEFAULTPRINTER        130
  82. #define ID_SPECIFICPRINTER        131
  83. #define ID_ALLPAGES                131
  84. #define ID_SELECTION            132
  85. #define ID_PAGES                133
  86. #define ID_FROMPAGE                134
  87. #define ID_TOPAGE                135
  88. #define ID_PRINTQUALITY            136
  89. #define ID_PRINTTOFILE            137
  90. #define ID_COPIES                138
  91. #define ID_COLLATE                139
  92. #define ID_PRINTERNAME            141
  93. #define ID_PRINTERLIST            142
  94. #define ID_STYLEICON            143
  95. #define ID_PORTRAIT                144
  96. #define ID_LANDSCAPE            145
  97. #define ID_PAPERSIZE            146
  98. #define ID_PAPERSOURCE            147
  99.  
  100. //------------------------------------------------------------------------------------------
  101. //        Defines for bitmaps, cursors, and other odds and ends
  102. //------------------------------------------------------------------------------------------
  103.  
  104. #define BT_OFN_AND                300
  105. #define BT_OFN_OR                301
  106. #define BT_CLRSAMPLEBITS        302
  107. #define BT_CLRSELBITS            303
  108. #define BT_DEFBITS                304
  109. #define CR_DEFCURS                305
  110. #define COLORSELECTOR            306
  111. #define ARROW_OR                307
  112. #define ARROW_AND                308
  113. #define CROSSHAIR_CURSOR        309
  114. #define TT_NORMAL_BITMAP        310
  115. #define TT_MASK_BITMAP            311
  116. #define IDI_PORTRAIT            312
  117. #define IDI_LANDSCAPE            313
  118.  
  119. #endif
  120.  
  121.